'Declaration Public Overloads Overrides Function GetProperties( _
ByVal contextITypeDescriptorContext, предоставляющий контекст формата.As System.ComponentModel.ITypeDescriptorContext, _
ByVal valueОбъект, определяющий тип массива, для которого необходимо получить свойства.As System.Object, _
ByVal attributesМассив типа Атрибут, который используется в качестве фильтра.() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(
System.ComponentModel.ITypeDescriptorContext context,
System.Object value,
System.Attribute[] attributes
)
public: System.ComponentModel.PropertyDescriptorCollection* GetProperties(
System.ComponentModel.ITypeDescriptorContext* context,
System.Object value,
System.Attribute*[]* attributes
); override
public:
System.ComponentModel.PropertyDescriptorCollection^ GetProperties(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Object value,
array<System.Attribute^>^ attributes
); override
Parameters
- context
- ITypeDescriptorContext, предоставляющий контекст формата.
- value
- Объект, определяющий тип массива, для которого необходимо получить свойства.
- attributes
- Массив типа Атрибут, который используется в качестве фильтра.
Return Value
Набор свойств для типа массива, указанного параметром значения, с использованием указанного контекста и атрибутов.